home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 156 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: afrodite.fi.uib.no!paulsen
  2. From: paulsen@afrodite.fi.uib.no (Jon-Inge Paulsen)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: ProCalc question.
  5. Date: 4 Jan 1996 10:50:41 GMT
  6. Organization: Fysisk institutt, Universitetet i Bergen
  7. Message-ID: <4cgbe1$hpm@ugress.uib.no>
  8. References: <4cdf60$nng@ugress.uib.no> <4ceka2$n6g@sundog.tiac.net>
  9. NNTP-Posting-Host: afrodite.fi.uib.no
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. David Meyer (dmeyer@tiac.net) wrote:
  13. > Jon-Inge Paulsen (paulsen@afrodite.fi.uib.no) wrote:
  14. > : I have ProCalc v2, as released by CU Amiga some months ago.  Now I
  15. > : am programming a little budget sheet, for helping me see where all
  16. > : data from previous months would be nice.  There is a function
  17. > : named LINKDISK(File Name, Cell), and I called upon it.
  18. > : 
  19. >     Page 13-11 of the manual (not provided with the cover disk) says 
  20. > pretty much what you described. Filename must be the full pathname of a 
  21. > spreadsheet file on an available disk (may need to be in ProCalc format) 
  22. > while Cell is the cell in that spreadsheet from which you want the 
  23. > information taken. I tried it (full version) and got output as text (when 
  24. > I just typed it in) or error (when I preceded it with an =). Maybe it 
  25. > only takes numeric input
  26.  
  27. Well, seems I got it to work after all...
  28. For all those people wondering how it is done...  Well, simple really, 
  29. when I got my brain working again...  :)
  30.  
  31. =LINKDISK("dh1:procalc/test.pro", A1) for example.
  32. I also found that I could put the filename in a cell, and then use that
  33. cell in the call.
  34.  
  35. So, if you put DH1:procalc/test.pro in, say, cell A1, 
  36. then the call can be made like this:
  37. =LINKDISK(A1,A5) which would import the value of A5 from the spreadsheet
  38. Dh1:Procalc/test.pro into your cell...
  39.  
  40. Thanks for your concern and help!!!
  41.  
  42. Best regards Jon Inge Paulsen
  43.  
  44.